08. Create Command Line Menus
Create Command Line Menus
In this section, we will need to create the different command line menus, so the user can interact with the application from command line. Menus will be displayed to the user from the console with different numbered options. Next, we will be using the Scanner class
to read in the user's responses.
Here are the main steps you'll need to complete to create the menu classes:
Creating the MainMenu
Task Description:
First, you'll need to create the ** MainMenu class**. The MainMenu should have the following menu items:
Task Feedback:
Nice work!
Creating the AdminMenu
Task Description:
Next you'll need to create the ** AdminMenu class**. The AdminMenu should have the following menu items:
Task Feedback:
Nice work!